time.zone.offset (field)
11 uses
time (current package)
time.go#L480: sec += int64(l.cacheZone.offset)
time.go#L501: offset = l.cacheZone.offset
zoneinfo.go#L52: offset int // seconds east of UTC
zoneinfo.go#L163: offset = zone.offset
zoneinfo.go#L173: offset = zone.offset
zoneinfo.go#L202: offset = zone.offset
zoneinfo.go#L624: nam, offset, _, _, _ := l.lookup(unix - int64(zone.offset))
zoneinfo.go#L635: return zone.offset, true
zoneinfo_read.go#L262: zones[i].offset = int(int32(n))
zoneinfo_read.go#L343: offset: offset,
zoneinfo_read.go#L358: if z.name == name && z.offset == offset && z.isDST == isDST {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |